home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / H002A.ZIP / HELP.ENG < prev    next >
Text File  |  1991-08-13  |  22KB  |  637 lines

  1. ==============================================================================
  2. HELP.ENG (emTeX DISTRIBUTION)                              VERSION: 25.09.1990
  3. ==============================================================================
  4.                                               With modifications of 13.08.1991
  5.  
  6. This file contains the frequently asked questions about emTeX and their
  7. answers. If you have a question which is not here and you cannot find the
  8. answer in the documentation (or it is very difficult to find), please let
  9. me know. In the following, Q: starts the question and A: starts the answer.
  10.  
  11.  
  12. FONTS
  13. =====
  14.  
  15. Q: What are FLI files (files with extension .fli)?
  16.  
  17. A: These are "font libraries". A single file contains several font files (PK
  18.    or PXL).  Further information can be found in fontlib.doc.
  19.  
  20.  
  21. Q: I have other printer drivers which cannot use font libraries; does this
  22.    mean that I have to keep both the font library and the font files on the
  23.    disk?
  24.  
  25. A: No.  The files in the font library can be unpacked with fontlib, that is,
  26.    split up into single files again.  The dvidrv printer drivers work both
  27.    with font libraries and with single files.  After unpacking, the font
  28.    libraries are no longer needed.  The font library file does, however,
  29.    make a good backup as backing up many small files is inefficient.
  30.    See fontlib.doc and dvidrv.doc (/pf*).  The batch files ilf_*.cmd (rename
  31.    ilf_*.bat under DOS) can be used for unpacking the font library files.
  32.  
  33.  
  34. Q: What is the difference between "cmr10 scaled 1200" (that is, "cmr10 at
  35.    12pt" and "cmr12"?  Removing duplicate fonts would save quite a bit of
  36.    space on the disk!
  37.  
  38. A: The answer is given in The TeXbook, page 16.  Each font is designed for a
  39.    particular size, magnified fonts are just that, magnified: the stroke
  40.    widths, height, width and spacing must be changed for the new size, they
  41.    are not simply in proportion. Using a magnified font is a last resort for
  42.    use when the correct font is not available -- unless, of course, the page
  43.    is to be reduced after printing. There are parameter files (from John
  44.    Sauter) to generate cm fonts in unusual sizes (other than 5, 6, 7, 8, 9,
  45.    10, 12, 17pt) but these are not yet in general use.
  46.  
  47.  
  48. Q: I already have a set of TeX fonts, do I need the FLI files mentioned in
  49.    README.ENG?
  50.  
  51. A: You can use your fonts as long as they are PK files (with ID 89) or PXL
  52.    files (with ID 1001 or 1002). Fonts in GF format cannot be used
  53.    (GFtoPK.exe will convert them).
  54.  
  55.  
  56. Q: I would like to generate my own fonts, how do I do this?
  57.  
  58. A: Read the documentation for MFJob (mfjob.doc). An example:
  59.  
  60.       mfjob /i all m=lj
  61.       mfjob /i latex m=lj
  62.       mfjob /i emsy m=lj
  63.  
  64.    A couple of hours or days later you will find the fonts, as PK files,
  65.    in the directory c:\newfonts. IMPORTANT: The more available memory,
  66.    the faster! If you've loaded too many unnecessary programs and drivers,
  67.    generating fonts may take days instead of hours. You should use minimal
  68.    config.sys and autoexec.bat files. The GFtoDVI requires some additional
  69.    fonts which are currently only available for LJ and FX and can be created
  70.    by
  71.  
  72.       mfjob gftodvi
  73.  
  74.    If you're using big characters in SliTeX, you'll need additional fonts:
  75.  
  76.       mfjob slitex m=lj
  77.  
  78.    The batch files fli_*.cmd (rename fli_*.bat under DOS) can be used for
  79.    copying the fonts into font libraries.
  80.  
  81.  
  82. Q: Why can't GF files be used?
  83.  
  84. A: They use a great deal of disk space and the routines to read GF files
  85.    would make the drivers even larger.  Apart from this, GF files can easily
  86.    be converted into PK files.  For these reasons I have decided not to
  87.    support GF files in the drivers.
  88.  
  89.  
  90. Q: I would like to print using 180dpi fonts for draft as well as 360dpi fonts
  91.    for final copy but I haven't enough room on my disk for both the P6L and
  92.    the P6H fonts.
  93.  
  94. A: The drivers can reduce the size of the fonts they use. For instance, you
  95.    can have the P6H fonts on your disk which the driver can reduce to 180dpi -
  96.    though the result is not as good as using the P6L fonts. Fonts can be
  97.    reduced by the factors 1, 2, 3, 4, 5, 6, 7 and 8 - fractional values are
  98.    not possible.  You can, however, have different horizontal and vertical
  99.    factors.
  100.  
  101.  
  102. Q: What is a virtual font?
  103.  
  104. A: While we used cm fonts and 7 bit characters, everything was simple. But
  105.    increasingly, built in font sets (PostScript!) were being used too. This
  106.    caused difficulties when a document was to be previewed on the screen, or
  107.    printed on a device which did not contain these fonts. Virtual fonts come
  108.    to the rescue here: they consist of a TFM file (which contains information
  109.    on ligatures and character widths) and a VF file. The VF file tells the
  110.    printer driver how the different characters of the font are to be
  111.    generated. For instance, whether the characters can be replaced by another
  112.    font (e.g. cm font) or made up from two other characters. If we have an
  113.    8 bit virtual font in which the characters from 0 to 127 correspond to a
  114.    cm font and the rest are accented characters, then the VF information for
  115.    these accented characters can show that they are to be made from existing
  116.    ones, for instance, letter and accent.
  117.  
  118.  
  119. Q: I am using another printer driver (or font) and the character spacing is
  120.    wrong.
  121.  
  122. A: The fonts should have corresponding TFM files and these do not match those
  123.    provided with emTeX. Replace the emTeX TFM files with those matching the
  124.    fonts you have and recreate the FMT files (using fmt.bat/cmd,
  125.    gfmt.bat/cmd). The DVI files then generated will not work perfectly with
  126.    the emTeX fonts. Really all TFM files (for the same font) should be
  127.    identical but, over time, METAFONT and the cm sources have changed and, as
  128.    a result, TFM files differ.
  129.  
  130.  
  131. Q: The drivers cannot find the fonts circle10, circlew1, lcircle1, or
  132.    lcirclew. What can I do?
  133.  
  134. A: The fonts containing circles, quarter circles, and discs have been renamed
  135.    from circle* to lcircle*.  You can make the dvidrv drivers change the names
  136.    (circle* -> lcircle* or lcircle* -> circle*) by using the font substitution
  137.    files
  138.  
  139.         newfonts.sub         circle -> lcircle   (old -> new)
  140.         oldfonts.sub         lcircle -> circle   (new -> old)
  141.  
  142.    with the /ps* option.  If you're using an old dvi file (circle* not found)
  143.    with new fonts, you should specify /ps:\emtex\newfonts; if you're using a
  144.    new dvi file (lcircle* not found) with old fonts, you should give the
  145.    option /ps:\emtex\oldfonts.
  146.  
  147.  
  148.  
  149. DVIDRV
  150. ======
  151.  
  152. General
  153. -------
  154.  
  155. Q: I have a PostScript printer but emTeX does not have a suitable driver.
  156.    Where can I find a suitable driver?
  157.  
  158. A: There are two very good (and free!) PostScript drivers: dvips by Tomas
  159.    Rokicki and dvitops by James Clark.  Both can be found on the net (SIMTEL-
  160.    20, Aston, &c.).  dvips 5.47 or later can be used with fli files.
  161.  
  162.  
  163. Q: My printer is connected to the serial port and prints nonsense.
  164.  
  165. A: You should turn on the XON-XOFF protocol with the /ox+ parameter giving
  166.    the port name as COM1, COM2, COM3 or COM4.
  167.  
  168.  
  169. Q: I am using a DVI driver which cannot use FLI files, do I have to have both
  170.    the fonts and a font library on my disk?
  171.  
  172. A: No - see the answer to this question in "Fonts" above.
  173.  
  174.  
  175. Q: The driver writes a DLG file (transcript) every time, how can I
  176.    suppress it?
  177.  
  178. A: Use the command line option /pt (without a filename).
  179.  
  180.  
  181. Q: I have a PCX file (or MSP file) which doesn't work with \special{em:graph}.
  182.  
  183. A: Please send me the file (and a correct hardcopy) so I can find out why it
  184.    doesn't work and correct it.
  185.  
  186.  
  187. Q: I have inserted a picture using \special{em:graph} exactly as the
  188.    documentation says but it appears too far to the right (or too low).
  189.  
  190. A: The reason is that many pictures have an empty left or upper margin. To
  191.    overcome this you can use the following trick - pass these commands through
  192.    TeX:
  193.  
  194.       \noindent\special{em:graph xxx}\bye
  195.  
  196.    where xxx is the name of the graphics file. Then convert the DVI file into
  197.    an MSP file with dvimsp /om. The /om option removes the empty margins. You
  198.    can now use the resulting MSP file in your document.
  199.  
  200.  
  201. Q: Graphics inserted with \special{em:graph} appear too small (or too large).
  202.  
  203. A: The driver copies the picture without altering its size - if this size is
  204.    wrong then you must use a suitable program to adjust it. If you have
  205.    written such a program, or you know of a public domain one, please send it
  206.    to me so that I can include it with emTeX.
  207.  
  208.  
  209. Q: What does the error message
  210.  
  211.       [cannot open dvidrv.err]
  212.  
  213.    mean?
  214.  
  215. A: Driver error messages are read from a file called dvidrv.err. This file
  216.    must exist in one of the directories listed in the PATH environment
  217.    variable. If this file cannot be found then you will get the number of the
  218.    error or warning and you can look up the text in dvidrv.doc or the driver
  219.    manual.
  220.  
  221.  
  222. Q: When I use a driver from a batch file (for example, prthplj) I get the
  223.    error message:
  224.  
  225.       Warning 1004: missing path name
  226.  
  227. A: You haven't set the environment variables DVIDRVFONTS, DVIDRVGRAPH and
  228.    DVIDRVINPUT. See README.ENG.
  229.  
  230.  
  231. Q: I use the \special commands for drawing lines and the driver aborts
  232.    with error message 2000 or 3001.
  233.  
  234. A: The drivers can handle up to about 2730 lines per sheet (you have to
  235.    use bigTeX for defining such a great number of lines).
  236.  
  237.  
  238. Q: The driver issues fatal error 2003 if I try to let it print directly
  239.    to a device such as PRN.
  240.  
  241. A: This failure is due to a bug in DR-Dos 5.0. DR-Dos 5.0 cannot send a
  242.    Ctrl-Z character to any device because the IOCTL system call which
  243.    is used to enable output of Ctrl-Z to devices seems to be ignored
  244.    by DR-Dos 5.0. Even printing to a file and copying that file to the
  245.    device using "copy /b" does not work. It is reported that there is
  246.    a new version of DR-Dos 5.0 with that bug fixed. Remedy: Obtain that
  247.    new version or use MS-DOS, PC-DOS, or OS/2.
  248.    
  249.  
  250. Q: The drivers cannot find the fonts circle10, circlew1, lcircle1, or
  251.    lcirclew. What can I do?
  252.  
  253. A: See the answer to this question in "Fonts" above.
  254.  
  255.  
  256. Q: I get the error message
  257.  
  258.        A numeric coprocessor exception occured and a numeric coprocessor
  259.        exception handler was not registered
  260.  
  261.    with all drivers but dviscrs (note the `s' at the end) and dvivik.
  262.  
  263. A: This problem should disappear when you remove the (n)nansi.sys driver from
  264.    config.sys.  Currently, I don't know any other remedy.
  265.  
  266.  
  267. Q: I get the error message
  268.  
  269.        A program started an invalid instruction without registering an
  270.        invalid opcode exception handler
  271.  
  272.    with all drivers but dviscrs (note the `s' at the end) and dvivik.
  273.  
  274. A: There seems to be a problem with old RAM disk drivers, which use neither
  275.    XMS nor EMS.
  276.  
  277.  
  278. dviscr
  279. ------
  280.  
  281. Q: I have a video adapter which is not supported by dviscr. What can I do?
  282.  
  283. A: Send me the hardware and software documentation. If it is not too
  284.    difficult, then there is a good chance that I will extend dviscr.
  285.  
  286.  
  287.  
  288. dvimsp
  289. ------
  290.  
  291. Q: A program refuses to use an MSP file which has been generated with dvimsp.
  292.  
  293. A: Many programs can only use MSP files which have been generated by dvimsp
  294.    with the option /o:1 and/or /ow+.
  295.  
  296.  
  297.  
  298. dvihplj
  299. -------
  300.  
  301. Q: How can I stop dvihplj from deleting preloaded soft fonts in an HP
  302.    LaserJet+?
  303.  
  304. A: dvihplj deletes all fonts designated temporary. You should preload the
  305.    fonts as permanent. You may still get problems due to the font numbers
  306.    assigned to the cm fonts loaded by the driver duplicating those of the
  307.    soft fonts. To avoid this use the /of# option: by setting /of:1000 the
  308.    driver will use 1000 to 1031 for the fonts it downloads.
  309.  
  310.  
  311. Q: Characters go missing at the edges of the page.
  312.  
  313. A: Set the correct page size with /h# and /w#.
  314.  
  315.  
  316. Q: My HP LaserJet II produces an interesting, but undesired, pattern in the
  317.    middle of the page.
  318.  
  319. A: This sometimes happens when the page height set with /h# is larger than
  320.    the printer permits.
  321.  
  322.  
  323. Q: How can I include a PCL file (a print file for the LaserJet+ produced by
  324.    another program) in a TeX document?
  325.  
  326. A: If the file contains only graphics (no text) than you can convert it into
  327.    a PCL file with PCLtoMSP and then include it with \special{em:graph}.
  328.  
  329.  
  330. Q: dvihplj doesn't work with my HP LaserJet+ compatible printer.
  331.  
  332. A: Try the following commands:
  333.  
  334.         prthplj /!200
  335.         prthplj /od/!a00
  336.  
  337.    Some printers may work with /oc1.
  338.  
  339.  
  340. dvidot
  341. ------
  342.  
  343. Q: Why is the printed output so bad? Sometimes lines overprint one another and
  344.    at other times characters are cut by this horizontal lines. Sometimes lines
  345.    are reduced in height.
  346.  
  347. A: The fault is usually the printer's. To print correctly even the smallest
  348.    paper movement must be executed exactly. You could try experimenting with
  349.    tractor feed and sheet feed. This problem occurs more frequently with
  350.    printers from some manufacturers than others but I am not going to name
  351.    names. Remedy: Use 360x180 DPI instead of 360x360 DPI.
  352.  
  353.  
  354. Q: How can I make sure that the margin from the perforation is correct; I am
  355.    using fanfold paper?
  356.  
  357. A: Always feed an empty sheet through first and adjust the paper so that the
  358.    margin is correct. The empty first page is necessary as many printers
  359.    cannot start printing right at the top of the first page.
  360.  
  361.  
  362. Q: The output has `shadows' or the left margin is jagged.
  363.  
  364. A: Create a new DOT file with empty BLANK_WIDTH or switch the printer
  365.    to 10 CPI.
  366.  
  367.  
  368. TeX
  369. ===
  370.  
  371. Q: Has emTeX passed the trip test?
  372.  
  373. A: Yes.
  374.  
  375.  
  376. Q: I have seen emTeX described as very fast but I find that abcTeX is much 
  377.    faster processing the file xyz.tex! Why is that?
  378.    
  379. A: emTeX's speed depends heavily on the amount of memory available. If there
  380.    is not much spare memory then it can happen that another TeX, which cannot
  381.    run the large TeX files that emTeX can, will be faster.  
  382.  
  383.  
  384. Q: There is no INITEX with emTeX, what can I do?
  385.  
  386. A: INITEX *is* there, use "tex /i" (see also texware.doc).  
  387.  
  388.  
  389. Q: TeX displays the error message
  390.  
  391.        ! TeX capacity exceeded, sorry [buffer size=2048].
  392.  
  393. A: Some text processing packages write complete paragraphs as one
  394.    line to the text file. If a paragraph contains, say, 3000 characters,
  395.    the line will contain 3000 characters, without regard to the appearance
  396.    of the paragraph on the display. Remedy: Most of those text processing
  397.    packages offer an option for writing the file formatted, i.e., line
  398.    by line.
  399.  
  400.  
  401. Q: TeX crashes (I am using a somewhat unusual memory card). 
  402.  
  403. A: Use the /D option when running TeX. 
  404.  
  405.  
  406. Q: Why can emTeX not use the FMT files created by other versions of TeX?
  407.  
  408. A: FMT files are implementation dependent, for instance, the sizes of the
  409.    different memory areas, hash size &c. You are very unlikely to find two
  410.    implementations which can use the same FMT files!
  411.  
  412.  
  413. Q: When I try and print DVI files generated by emTeX on another machine, the
  414.    printer driver says they are invalid.
  415.  
  416. A: This usually arises from corruption while transferring the data -
  417.    uuencode/uudecode or xxencode/xxdecode will solve the problem.
  418.  
  419.  
  420. Q: I would like to run my text through a spelling checker (style checker).
  421.  
  422. A: Get the program unretex which is available on the net, for instance, from
  423.    SIMTEL-20. Another program: delatex.
  424.  
  425.  
  426. Q: emTeX generates a DVI file which differs from that produced by another
  427.    implementation though the input file was the same.
  428.  
  429. A: That may be expected. The optimization of position changes depends on the
  430.    size of the DVI file buffer - and it need not be done at all. In addition,
  431.    in some places, floating point arithmetic is allowed and used (\leaders).
  432.    Floating point precision differs from machine to machine.
  433.  
  434.  
  435. Q: TeX breaks words after the first letter, for instance, T-est!
  436.  
  437. A: You are using a macro package which is not written for TeX 3.0. You should
  438.    recreate the FMT file and this time enter "\input 3.tex" as well.
  439.  
  440.  
  441. Q: TeX displays the following message (when run under DOS):
  442.  
  443.         Please insert diskette containing TEX.EXE into drive x
  444.         press any key to continue
  445.  
  446. A: This problem has not been analyzed yet. Copy tex.exe into the current
  447.    working directory.
  448.  
  449.  
  450. F: I want to use SliTeX (for making slides).
  451.  
  452. A: You have to create a fmt file.  This is done by the batch files
  453.    slifmt.bat/cmd or gslifmt.bat/cmd (German hyphenation patterns).
  454.    You should switch to the \emtex\texfmts directory (or \emtex\btexfmts
  455.    for bigTeX) before calling the batch file.  If you need big characters
  456.    and don't have fonts for SliTeX (these are contained in lj_sli.fli, for
  457.    example), you have to create the fonts with
  458.  
  459.         mfjob slitex m=lj
  460.  
  461.    (replace lj with the mode required for your printer, see modes.mfj).  Then
  462.    the fonts must be available for the drivers: use fontlib and /pl* (see
  463.    fli_*.cmd) or use /pf*.  (Yes, this should be described in the Local Guide
  464.    (local.dvi); but I haven't done this yet.)
  465.  
  466.  
  467. Q: How can I preload a TeX format, i.e., create an EXE file containing
  468.    a FMT file?
  469.  
  470. A: That isn't supported by emTeX because it isn't useful in my opinion.
  471.  
  472.  
  473. Q: Where's german.tex?
  474.  
  475. A: Use german.sty.
  476.  
  477.  
  478. METAFONT
  479. ========
  480.  
  481.  
  482. Q: Has emTeX's METAFONT passed the trap test?
  483.  
  484. A: Yes.
  485.  
  486.  
  487. Q: Why doesn't METAFONT display a picture on my screen?
  488.  
  489. A: METAFONT works only with the following adapters: CGA, EGA and VGA. In
  490.    particular, if you have a Hercules compatible card then you will not get
  491.    any graphic output.
  492.  
  493.  
  494. Q: emTeX does not have INIMF. What shall I do?
  495.  
  496. A: INIMF is there, simply call METAFONT with "mf /i" (see also mfware.doc).
  497.  
  498.  
  499. Q: METAFONT displays error messages for some fonts or creates wrong TFM
  500.    files.
  501.  
  502. A: MF files, that don't contain a line similar to
  503.  
  504.        if unknown cmbase: input cmbase fi
  505.  
  506.    should usually be processed with plain.bas, not with cm.bas. Examples
  507.    are the line and lcircle fonts.
  508.  
  509.  
  510. Q: METAFONT crashes (I have a rather unusual memory card).
  511.  
  512. A: Use the /D option with METAFONT or MFJob.
  513.  
  514.  
  515. Q: I call METAFONT with the command line
  516.  
  517.       mf &cm \smode="mymode"; input cmr10
  518.  
  519.    but the quotes disappear.
  520.  
  521. A: You should use
  522.  
  523.       mf &cm \smode=\"mymode\"; input cmr10
  524.  
  525.    instead, see mfware.doc.
  526.  
  527.  
  528. Q: Why does METAFONT not switch back into text mode when it is finished?
  529.  
  530. A: Because that would clear the screen, removing the messages there.
  531.  
  532.  
  533. Q: Why does METAFONT overwrite the graphics with text?
  534.  
  535. A: I was too lazy to put it right, besides it is not easy. The problem has
  536.    been solved for OS/2.
  537.  
  538.  
  539. Q: METAFONT overwrites the graphics with blanks.
  540.  
  541. A: Some versions of ansi.sys (and replacements) seem to cause this problem.
  542.    Try without ANSI driver.
  543.  
  544.  
  545. Q: METAFONT displays the error message
  546.  
  547.        ! METAFONT capacity exceeded, sorry [buffer size=500]
  548.  
  549.    followed by ^^?^^?^^?...
  550.  
  551. A: That's a bug in emTeX's METAFONT: The last line of a file should
  552.    be terminated with CR, LF or Ctrl-Z. Remedy: Load the file into
  553.    an editor, hit <Return> at the end of the last line and save the
  554.    file.
  555.  
  556.  
  557. Q: The METAFONT that comes with emTeX is too slow.
  558.  
  559. A: Use Wayne Sullivan's sbmf. Note that the speed of emTeX's METAFONT
  560.    depends on the amount of available (conventional) memory: The more
  561.    memory, the faster.
  562.  
  563.  
  564. GFtoDVI
  565. =======
  566.  
  567.  
  568. Q: GFtoDVI cannot find gray.tfm or slant.tfm or black.tfm.
  569.  
  570. A: See mfware.doc.
  571.  
  572.  
  573. Miscellaneous
  574. =============
  575.  
  576.  
  577. Q: I have only a 360Kb (or 720Kb) drive in my machine, how can I get emTeX on
  578.    suitable disks?
  579.  
  580. A: Find somebody with a machine which has both a 1.2Mb (or 1.44) drive and
  581.    one which can write the disks your machine requires. Copy the files from
  582.    the emTeX disk on to your disks - all emTeX zip files have been made to fit
  583.    on a 360Kb disk. The fonts, however, are rather more difficult as some
  584.    files are larger than 360Kb.  Copy the fonts on to a hard disk, if one is
  585.    available,  and then make a backup copy that your machine can read (for
  586.    example, with BACKUP). You can also use BACKUP directly to copy one disk
  587.    on to many, if you have two drives in the machine. This backup copy can
  588.    then be restored to your machine (for example, with RESTORE).  You can
  589.    also use the SLICE program, if can find it somewhere.
  590.  
  591.  
  592. Q: The emTeX documentation is rubbish, I can write better!
  593.  
  594. A: Please do so and then send it to me so I can include it with emTeX.
  595.  
  596.  
  597. Q: Where can I find an exact description of VFtoVP, VPtoVF, TFtoPL and PLtoTF?
  598.  
  599. A: The English version of these are only to be found in the files vftovp.web,
  600.    vptovf.web, tftopl.web and pltotf.web and they are not included with emTeX. 
  601.    If you write an introduction to these programs, I would be very interested 
  602.    in getting a copy so I can send it out with emTeX.
  603.  
  604.  
  605. Q: Where can I find a description of PiCTeX?
  606.  
  607. A: This is one of the most frequent questions, you will find the answer in
  608.    README.ENG.
  609.  
  610.  
  611. Q: Are there any convenient user interfaces for emTeX?
  612.  
  613. A: Yes, there are many. A very simple one is contained in the TEXCAD
  614.    package: gh.bat. The best one (in my opinion) has been written by
  615.    Juergen Schlegelmilch and is available for anonymous ftp from
  616.    rusmv1.rus.uni-stuttgart.de [129.69.1.12], directory
  617.    soft/tex/machines/pc/emtex-texshell.
  618.  
  619.  
  620. Q: I've problems with rusvm1.rus.uni-stuttgart.de.
  621.  
  622. A: The correct name is rusmv1.rus.uni-stuttgart.de (MV!) or
  623.    rusinfo.rus.uni-stuttgart.de.
  624.  
  625.  
  626. Q: Will there be emTeX etc. for other operating systems?
  627.  
  628. A: No, that's not planned. There will be a version for OS/2 2.0.
  629.  
  630.  
  631. Q: How can I support the emTeX author?
  632.  
  633. A: Unfortunately, this is the most rarely asked question.  Ask the author.
  634.  
  635.  
  636.                   -------- End of HELP.ENG -------------
  637.